home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Maths & Science / DynRisk 4.0.3 / DynRisk-Help / DynRisk-Help.rsrc / TEXT_6411.txt < prev    next >
Text File  |  1996-08-30  |  2KB  |  25 lines

  1. The Uniform distribution
  2.  
  3. The Uniform distribution is called so because its density function is constant over its range. The range of the distribution is a bounded interval of real numbers. The probability of getting a value within a specific subinterval of the range, is equal to the length of the subinterval divided by the length of the range. Thus, clearly a uniform distribution is uniquely determined by its range, i.e., its 0%-fractile and its 100%-fractile.
  4.  
  5. In the Uniform distribution the key numbers, ‚Äúa‚Äù, ‚Äúb‚Äù and ‚Äúc‚Äù are interpreted as follows:
  6.  
  7.     ‚Äúa‚Äù    =    The 0%-fractile.
  8.     ‚Äúb‚Äù = The 50%-fractile
  9.     ‚Äúc‚Äù    =    The 100%-fractile.
  10.  
  11. To get a sensible distribution, the specified values must satisfy:
  12.  
  13.    ‚Äúa‚Äù  < ‚Äúb‚Äù  <  ‚Äúc‚Äù
  14.  
  15. DynRisk will reorder the numbers if they do not satisfy these requirements. After the reordering, only ‚Äúa‚Äù and ‚Äúc‚Äù are used to fit the Uniform distribution. Specifically the range of the distribution is chosen to be the interval from ‚Äúa‚Äù to ‚Äúc‚Äù. The ‚Äúb‚Äù value is adjusted so that it becomes equal to the 50%-fractile of the fitted distribution, i.e., the arithmetical mean of ‚Äúc‚Äù and ‚Äúa‚Äù.
  16.  
  17. Assume e.g., that the following key numbers are specified:
  18.  
  19.   ‚Äúa‚Äù  =  -0.5
  20.   ‚Äúb‚Äù  =  1.0
  21.   ‚Äúc‚Äù  =  3.5
  22.  
  23. Since these numbers are ordered as they should, there is no need for any reordering. The Uniform distribution ranging from (-0.5) to 3.5 is chosen. Finally the ‚Äúb‚Äù value is adjusted from 1.0 to:
  24.  
  25.   ‚Äúb‚Äù =  (3.5  +  (-0.5)) / 2  =  1.5